home *** CD-ROM | disk | FTP | other *** search
/ ADA Programming Guide / ADA Programming Guide.iso / ada_gwu / intcp.h < prev    next >
Text File  |  1996-01-30  |  844b  |  28 lines

  1. /*
  2.  * Copyright (C) 1985-1992  New York University
  3.  * 
  4.  * This file is part of the Ada/Ed-C system.  See the Ada/Ed README file for
  5.  * warranty (none) and distribution info and also the GNU General Public
  6.  * License for more details.
  7.  
  8.  */
  9.  
  10. void rselect(int);
  11. int actual_size(int *, int []);
  12. void record_move(int *, int *, int *);
  13. void membership();
  14. int qual_index(int *type_ptr1, int *type_ptr2);
  15. int qual_sub(int *type_ptr1, int *type_ptr2);
  16. void qual_discr(int, int);
  17. void allocate_new();
  18. void allocate_copy(int, int);
  19. void fix_convert(int *, struct tt_fx_range *, struct tt_fx_range *);
  20. int fix_out_of_bounds(long, int *);
  21. void create(int, int *, int *, int **);
  22. void allocate(int, int *, int *, int **);
  23. void push_task_frame(int);
  24. int pop_task_frame();
  25. void deallocate(int *);
  26. int expn(float);
  27. void check_subtype_with_discr(int *, int []);
  28.